This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| * This snippet unloads Heap Analytics and makes sure no more data is send to Heap servers in that session. | |
| */ | |
| if(typeof(heap) !== 'undefined') | |
| heap.loaded = false |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| var http = require('http'), | |
| jsdom = require('jsdom'), | |
| window = jsdom.jsdom().createWindow(), | |
| events = require('events'), | |
| util = require('util'), | |
| Lang = require('../lib/lang/student'); | |
| var Worker = function(_id, _scheduler){ | |
| events.EventEmitter.call(this); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <ui:include src="site.xhtml"> | |
| <ui:param name="id" value="#{viewScopedBean.field}" /> | |
| </ui:include> |