UNPKG

773 BJavaScriptView Raw
1void (function(){var _ion_runtime_Literal_ = function(module,exports,require){'use strict';
2var ion = require('../');
3var Literal = ion.defineClass({
4 name: 'Literal',
5 properties: {
6 watch: function (watcher) {
7 watcher(this.value);
8 },
9 unwatch: function (watcher) {
10 watcher(void 0);
11 }
12 }
13 }, require('./Expression'));
14module.exports = exports = Literal;
15 }
16 if (typeof require === 'function') {
17 if (require.register)
18 require.register('ion/runtime/Literal',_ion_runtime_Literal_);
19 else
20 _ion_runtime_Literal_.call(this, module, exports, require);
21 }
22 else {
23 _ion_runtime_Literal_.call(this);
24 }
25}).call(this)
26//# sourceMappingURL=./Literal.map
\No newline at end of file