Sha256: 2065c9e6bf292c159d20ed9dff1fc3b7236b6cb33c294ef9c0e8fce86754f1c2
Contents?: true
Size: 134 Bytes
Versions: 7
Compression:
Stored size: 134 Bytes
Contents
var App = Em.Application.create(); App.MyView = Em.View.extend({ mouseDown: function() { window.alert("hello world!"); } });
Version data entries
7 entries across 7 versions & 1 rubygems