LMS

Welcome to the Lobeo Module Server project. Please feel free to submit bugs related to it.
Tasklist

FS#669 - [Core] Some local library does not work

Attached to Project: LMS
Opened by Ferdinand (PaGaisu) - Friday, 27 September 2013, 13:32 GMT
Last edited by Ferdinand (PaGaisu) - Friday, 27 September 2013, 14:00 GMT
Task Type Bug Report
Category
Status Closed
Assigned To Ferdinand (PaGaisu)
Operating System All
Severity Low
Priority Normal
Reported Version alpha6
Due in Version alpha7
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Some local library does not work

example local lib:
var goog = {}
goog.myfunction = function(){}

in other file:
require('goog');
This task depends upon

Closed by  Ferdinand (PaGaisu)
Friday, 27 September 2013, 14:00 GMT
Reason for closing:  Implemented
Comment by Ferdinand (PaGaisu) - Friday, 27 September 2013, 14:00 GMT
NativeObject accepted as NativeFunction and NativeJavaObject

Loading...