import

Imports properties, functions, and objects from a script that has exported them.

Syntax

import objectName.name;

Example

Remarks

Not supported in ECMAScript v3.

text_javascript aptana_docs