Check isMac function

This commit is contained in:
Ruud
2013-07-22 21:56:33 +02:00
parent e3933e4ddc
commit e8993932c1

View File

@@ -56,6 +56,10 @@
History.push(url);
}
},
isMac: function(){
return Browser.Platform.mac
},
createLayout: function(){
var self = this;