Check isMac function

This commit is contained in:
Ruud
2013-07-22 21:56:33 +02:00
parent e3933e4ddc
commit e8993932c1
@@ -57,6 +57,10 @@
} }
}, },
isMac: function(){
return Browser.Platform.mac
},
createLayout: function(){ createLayout: function(){
var self = this; var self = this;