Skip to content
kerrishotts edited this page Apr 1, 2013 · 5 revisions

PKUTIL (in framework/utility.js) provides various utility functions that make dealing with the DOM easier as well as various XHR routines to handle loading HTML, JSON, and more.

Constants

  • PKUTIL.COMPLETION_SUCCESS = true
  • PKUTIL.COMPLETION_FAILURE = false

Properties

  • consoleLogging - if true, various functions will log notices, errors, etc. to the console.
  • version

Methods

Namespaces

PKUTIL.FILE

Version

0.1 Introduced

0.3 +consoleLogging, +version, Docs Valid

Clone this wiki locally